The button text is very long and breaks the css layout, so it is changed to
'Apply checked'. This also has the advantage that the button is structured
in the same way as the other one, which is called 'Appply unchecked'.
This enhances the look and feel
Signed-off-by: Florian Eckert <[email protected]>
E('button', {
'class': 'btn cbi-button-action important',
'click': resolveFn.bind(null, true)
- }, [ _('Apply, reverting in case of connectivity loss') ]), ' ',
+ }, [ _('Apply checked') ]), ' ',
E('button', {
'class': 'btn cbi-button-negative important',
'click': resolveFn.bind(null, false)